Exporting Metric Results

For quick access to snapshots of Scenario-level data with external tools, you must export metric results. You can export metric results to an Excel workbook or, if you have configured an OData Export Database, you can export results to that database. The Export dialogue is accessible from either the Scenarios list page (Export Metric Results) or from a Scenario workspace (Export Opportunity Contributions).

To create an export that includes Metric Results for a group of scenarios (either per-opportunity or per-period selections):

  1. Select the Scenarios you wish to export (using the check boxes next to the scenarios' names).
  2. Click image to expand or minimize. 

  3. Click the Options icon () near the upper-right corner of the Scenarios table and select Export Metric Results.
  4. Configure the Export Options using the options described below: 
  5. SettingDescription
    Opportunity Contribution Level None: Optional only at the Scenarios list level. Export Scenario results without Opportunity contributions.
    Total: Export Scenario results with Opportunity contributions as totals.
    Selection Period: Export Scenario results with Opportunity contributions as time-series.
    Store Period Values as

    Columns

    CSV File: Store metric values of each period as columns, such that a time series is contained in a single row.
    Database: Store metric values in the ‘Column’ type table; appears in the OData API.
    • Recommended for direct database access or interactive navigational access via OData client tools (Excel, PowerBI).
      • Pros: Quicker access to focus data
      • Cons: Requires joins on several endpoint results to combine related data
    • User Options > OData Exports page
      • Exports appear as rows with the Export Value Type ‘Column’
      • Each exported Scenario has its own row and unique ExportID
      • Export ID for Column vs Row exports is not unique. ID is unique within each Export Value Type.
    • Exposed to the following endpoints:
      • /portfolios({portfolio Id})/scenarioContributionExports
      • /scenarioContributionExports({export Id})
    • Not exposed to the following endpoints:
      • /AllScenarioResultExports
      • /AllScenarioResultValues
      • /AllScenarioResultContributions

    Rows

    CSV File: Store metric values of each period as rows, such that every metric value is joined with other metadata.
    Database: Store metric values in the ‘Row’ type table; appears in the OData API.
    • Recommended for bulk access, pulling very large amounts of data into flat analytic OData client tools (Spotfire).
      • Pros: No need to join all related data
      • Cons: Slower for both exporting and reading data. Requires larger storage and network bandwidth
    • User Options > OData Exports page
      • Exports appear as rows with the Export Value Type ‘Row’
      • All exported Scenarios have rows with a common ExportID
      • Export ID for Column vs Row exports is not unique. ID is unique within each Export Value Type.
    • Exposed to the following endpoints:
      • /AllScenarioResultExports
      • /AllScenarioResultValues
      • /AllScenarioResultContributions
    • Not exposed to the following endpoints:
      • /portfolios({portfolio Id})/scenarioContributionExports
      • /scenarioContributionExports({export Id})
    MetricsCurrent Dashboard: Export the metrics represented in all widgets of the current dashboard.
    Inputs: Export all input metrics.
    All: Exports all metrics. Due to performance with the expected volume of data, this option is not available when Opportunity Contributions are included in the export.
    Export DestinationCSV: Saves output as a .csv file. Format of text is determined by the ‘Store Period Values as’ option.
    Database: Stores values in a pre-configured export database. This option is not displayed if the database is not configured. Specific database tables as determined by the ‘Store Period Values as’ option. Exposed to specific API endpoints as determined by the ‘Store Period Values as’ option.

See Also